Objects Types and Constants Properties Methods Object Hierarchy Index

LibraryPath Property

Description:

Returns the path to the LIBRARY directory, not including the final separator.

Syntax:

C++:
#include "imsigx.h"

HRESULT hr = pObject->get_LibraryPath(lcid, &prop1);
HRESULT hr = pObject->put_LibraryPath(lcid, prop2);

Visual Basic:
prop1 = object.LibraryPath()
object.LibraryPath() = prop2

/r/n

Parts:

lcid

long

[in][lcid]

The locale ID.

prop1

BSTR

[out][retval]

The path name, as a string.

prop2

BSTR

[in]

The path name, as a string.

Defined in:

Application


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums